home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Grafika i zdjecia / Edytory grafiki rastrowej i wektorowej / Inscape 0.44.1 / Inkscape-0.44.1-1.win32.exe / share / extensions / straightseg.inx < prev    next >
Text File  |  2006-09-06  |  739b  |  18 lines

  1. <inkscape-extension>
  2.     <_name>Segment Straightener</_name>
  3.     <id>org.ekips.filter.straightseg</id>
  4.     <dependency type="executable" location="extensions">straightseg.py</dependency>
  5.     <dependency type="executable" location="extensions">inkex.py</dependency>
  6.     <param name="percent" type="float" min="0.0" max="100.0" _gui-text="Percent">50.0</param>
  7.     <param name="behavior" type="int" min="1" max="2" _gui-text="Behavior">1</param>
  8.     <effect>
  9.         <object-type>path</object-type>
  10.                 <effects-menu>
  11.                     <submenu _name="Modify Path"/>
  12.                 </effects-menu>
  13.     </effect>
  14.     <script>
  15.         <command reldir="extensions" interpreter="python">straightseg.py</command>
  16.     </script>
  17. </inkscape-extension>
  18.